﻿2026-06-18T12:02:11.7405745Z Current runner version: '2.335.1'
2026-06-18T12:02:11.7410944Z Runner name: 'kitsubito'
2026-06-18T12:02:11.7411563Z Runner group name: 'Default'
2026-06-18T12:02:11.7412369Z Machine name: 'KITSUBITO'
2026-06-18T12:02:11.7414578Z ##[group]GITHUB_TOKEN Permissions
2026-06-18T12:02:11.7416473Z Contents: read
2026-06-18T12:02:11.7417031Z Metadata: read
2026-06-18T12:02:11.7417507Z Packages: read
2026-06-18T12:02:11.7418013Z ##[endgroup]
2026-06-18T12:02:11.7419858Z Secret source: Actions
2026-06-18T12:02:11.7420472Z Prepare workflow directory
2026-06-18T12:02:11.7842283Z Prepare all required actions
2026-06-18T12:02:11.7879359Z Getting action download info
2026-06-18T12:02:12.0950568Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-18T12:02:12.6012274Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-18T12:02:12.6795425Z ##[group]Run actions/checkout@v5
2026-06-18T12:02:12.6796196Z with:
2026-06-18T12:02:12.6796582Z   fetch-depth: 0
2026-06-18T12:02:12.6797003Z   repository: SaberMage/spt-core
2026-06-18T12:02:12.6800166Z   token: ***
2026-06-18T12:02:12.6800523Z   ssh-strict: true
2026-06-18T12:02:12.6800871Z   ssh-user: git
2026-06-18T12:02:12.6801240Z   persist-credentials: true
2026-06-18T12:02:12.6801615Z   clean: true
2026-06-18T12:02:12.6801968Z   sparse-checkout-cone-mode: true
2026-06-18T12:02:12.6802384Z   fetch-tags: false
2026-06-18T12:02:12.6802742Z   show-progress: true
2026-06-18T12:02:12.6803104Z   lfs: false
2026-06-18T12:02:12.6803438Z   submodules: false
2026-06-18T12:02:12.6803801Z   set-safe-directory: true
2026-06-18T12:02:12.6804374Z ##[endgroup]
2026-06-18T12:02:12.7612901Z Syncing repository: SaberMage/spt-core
2026-06-18T12:02:12.7614481Z ##[group]Getting Git version info
2026-06-18T12:02:12.7615182Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-18T12:02:12.7616074Z [command]/usr/bin/git version
2026-06-18T12:02:12.7616537Z git version 2.43.0
2026-06-18T12:02:12.7617840Z ##[endgroup]
2026-06-18T12:02:12.7621330Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5290d273-1688-473b-9368-f8c3139d64a7' before making global git config changes
2026-06-18T12:02:12.7622436Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:02:12.7623367Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-18T12:02:12.7649701Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-18T12:02:12.7668169Z https://github.com/SaberMage/spt-core
2026-06-18T12:02:12.7677842Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T12:02:12.7680384Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T12:02:12.7698284Z refs/heads/main
2026-06-18T12:02:12.7704194Z [command]/usr/bin/git checkout --detach
2026-06-18T12:02:12.7746411Z HEAD is now at c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:12.7781064Z [command]/usr/bin/git branch --delete --force main
2026-06-18T12:02:12.7809300Z Deleted branch main (was c19f6a13).
2026-06-18T12:02:12.7847753Z ##[endgroup]
2026-06-18T12:02:12.7849967Z [command]/usr/bin/git submodule status
2026-06-18T12:02:12.8033209Z ##[group]Cleaning the repository
2026-06-18T12:02:12.8036175Z [command]/usr/bin/git clean -ffdx
2026-06-18T12:02:13.4616524Z Removing target/
2026-06-18T12:02:13.4625305Z [command]/usr/bin/git reset --hard HEAD
2026-06-18T12:02:13.4672970Z HEAD is now at c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:13.4678205Z ##[endgroup]
2026-06-18T12:02:13.4680170Z ##[group]Disabling automatic garbage collection
2026-06-18T12:02:13.4683478Z [command]/usr/bin/git config --local gc.auto 0
2026-06-18T12:02:13.4710416Z ##[endgroup]
2026-06-18T12:02:13.4711337Z ##[group]Setting up auth
2026-06-18T12:02:13.4715196Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:02:13.4739940Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-18T12:02:13.4923866Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:02:13.4948544Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-18T12:02:13.5137154Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:02:13.5163004Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-18T12:02:13.5351126Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-18T12:02:13.5380872Z ##[endgroup]
2026-06-18T12:02:13.5387178Z ##[group]Fetching the repository
2026-06-18T12:02:13.5388331Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-18T12:02:14.1897995Z From https://github.com/SaberMage/spt-core
2026-06-18T12:02:14.1898591Z    c19f6a13..c17550da  main       -> origin/main
2026-06-18T12:02:14.1931765Z [command]/usr/bin/git branch --list --remote origin/main
2026-06-18T12:02:14.1963384Z   origin/main
2026-06-18T12:02:14.1969519Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-06-18T12:02:14.1985238Z c17550dad70f8818120ff2017619f4e7f658818a
2026-06-18T12:02:14.1988487Z ##[endgroup]
2026-06-18T12:02:14.1989394Z ##[group]Determining the checkout info
2026-06-18T12:02:14.1990076Z ##[endgroup]
2026-06-18T12:02:14.1992765Z [command]/usr/bin/git sparse-checkout disable
2026-06-18T12:02:14.2026788Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-18T12:02:14.2057169Z ##[group]Checking out the ref
2026-06-18T12:02:14.2060123Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-18T12:02:14.2127887Z Previous HEAD position was c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:14.2134419Z Switched to a new branch 'main'
2026-06-18T12:02:14.2135051Z branch 'main' set up to track 'origin/main'.
2026-06-18T12:02:14.2140841Z ##[endgroup]
2026-06-18T12:02:14.2175035Z [command]/usr/bin/git log -1 --format=%H
2026-06-18T12:02:14.2199351Z c17550dad70f8818120ff2017619f4e7f658818a
2026-06-18T12:02:14.2388480Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-18T12:02:14.2389192Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-18T12:02:14.2404927Z shell: /usr/bin/bash -e {0}
2026-06-18T12:02:14.2405242Z ##[endgroup]
2026-06-18T12:02:14.2486566Z ##[group]Run set -euo pipefail
2026-06-18T12:02:14.2486957Z [36;1mset -euo pipefail[0m
2026-06-18T12:02:14.2487229Z [36;1mPIN=0c95435[0m
2026-06-18T12:02:14.2487515Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-18T12:02:14.2487835Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-18T12:02:14.2488249Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-18T12:02:14.2488774Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-18T12:02:14.2489398Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-18T12:02:14.2489836Z [36;1m  rm -rf "$CACHE"[0m
2026-06-18T12:02:14.2490150Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-18T12:02:14.2490507Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-18T12:02:14.2490919Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-18T12:02:14.2491354Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-18T12:02:14.2491669Z [36;1mfi[0m
2026-06-18T12:02:14.2492021Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-18T12:02:14.2506149Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-18T12:02:14.2506521Z env:
2026-06-18T12:02:14.2506781Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-18T12:02:14.2507082Z ##[endgroup]
2026-06-18T12:02:14.5164153Z    Compiling proc-macro2 v1.0.106
2026-06-18T12:02:14.5164641Z    Compiling quote v1.0.45
2026-06-18T12:02:14.5164979Z    Compiling unicode-ident v1.0.24
2026-06-18T12:02:14.5165329Z    Compiling libc v0.2.186
2026-06-18T12:02:14.5166220Z    Compiling serde_core v1.0.228
2026-06-18T12:02:14.5166573Z    Compiling cfg-if v1.0.4
2026-06-18T12:02:14.5190788Z    Compiling serde v1.0.228
2026-06-18T12:02:14.5217660Z    Compiling log v0.4.32
2026-06-18T12:02:14.5244580Z    Compiling pin-project-lite v0.2.17
2026-06-18T12:02:14.5279700Z    Compiling typenum v1.20.1
2026-06-18T12:02:14.5280750Z    Compiling portable-atomic v1.13.1
2026-06-18T12:02:14.5281481Z    Compiling memchr v2.8.1
2026-06-18T12:02:14.5368590Z    Compiling version_check v0.9.5
2026-06-18T12:02:14.5494724Z    Compiling shlex v2.0.1
2026-06-18T12:02:14.5660381Z    Compiling find-msvc-tools v0.1.9
2026-06-18T12:02:14.5869527Z    Compiling critical-section v1.2.0
2026-06-18T12:02:14.5996639Z    Compiling futures-core v0.3.32
2026-06-18T12:02:14.6049605Z    Compiling subtle v2.6.1
2026-06-18T12:02:14.6932214Z    Compiling bytes v1.11.1
2026-06-18T12:02:14.7443757Z    Compiling smallvec v1.15.1
2026-06-18T12:02:14.7622862Z    Compiling equivalent v1.0.2
2026-06-18T12:02:14.7635813Z    Compiling itoa v1.0.18
2026-06-18T12:02:14.8066134Z    Compiling semver v1.0.28
2026-06-18T12:02:14.8432001Z    Compiling stable_deref_trait v1.2.1
2026-06-18T12:02:14.8621259Z    Compiling futures-io v0.3.32
2026-06-18T12:02:14.8814956Z    Compiling futures-sink v0.3.32
2026-06-18T12:02:14.9193173Z    Compiling slab v0.4.12
2026-06-18T12:02:14.9217239Z    Compiling futures-task v0.3.32
2026-06-18T12:02:14.9609344Z    Compiling generic-array v0.14.7
2026-06-18T12:02:14.9940539Z    Compiling futures-channel v0.3.32
2026-06-18T12:02:15.0328933Z    Compiling hashbrown v0.17.1
2026-06-18T12:02:15.0360683Z    Compiling rustversion v1.0.22
2026-06-18T12:02:15.0741710Z    Compiling rustc_version v0.4.1
2026-06-18T12:02:15.0811442Z    Compiling bitflags v2.12.1
2026-06-18T12:02:15.1031046Z    Compiling cpufeatures v0.2.17
2026-06-18T12:02:15.1731040Z    Compiling fnv v1.0.7
2026-06-18T12:02:15.1758920Z    Compiling strsim v0.11.1
2026-06-18T12:02:15.1960683Z    Compiling cfg_aliases v0.2.1
2026-06-18T12:02:15.2240696Z    Compiling rand_core v0.10.1
2026-06-18T12:02:15.2640712Z    Compiling litemap v0.8.2
2026-06-18T12:02:15.2670957Z    Compiling writeable v0.6.3
2026-06-18T12:02:15.3101054Z    Compiling getrandom v0.4.2
2026-06-18T12:02:15.3840778Z    Compiling ident_case v1.0.1
2026-06-18T12:02:15.4485601Z    Compiling fs_extra v1.3.0
2026-06-18T12:02:15.4630293Z    Compiling utf8_iter v1.0.4
2026-06-18T12:02:15.4791756Z    Compiling icu_normalizer_data v2.2.0
2026-06-18T12:02:15.4850772Z    Compiling icu_properties_data v2.2.0
2026-06-18T12:02:15.5022365Z    Compiling dunce v1.0.5
2026-06-18T12:02:15.5920945Z    Compiling percent-encoding v2.3.2
2026-06-18T12:02:15.6640649Z    Compiling autocfg v1.5.1
2026-06-18T12:02:15.7801069Z    Compiling indexmap v2.14.0
2026-06-18T12:02:15.7871391Z    Compiling http v1.4.1
2026-06-18T12:02:15.7885255Z    Compiling aws-lc-rs v1.17.0
2026-06-18T12:02:15.7960759Z    Compiling cpufeatures v0.3.0
2026-06-18T12:02:15.8405383Z    Compiling thiserror v2.0.18
2026-06-18T12:02:15.8560900Z    Compiling unicode-segmentation v1.13.3
2026-06-18T12:02:15.8636924Z    Compiling syn v2.0.117
2026-06-18T12:02:15.8920584Z    Compiling scopeguard v1.2.0
2026-06-18T12:02:15.9420929Z    Compiling chacha20 v0.10.0
2026-06-18T12:02:15.9502144Z    Compiling form_urlencoded v1.2.2
2026-06-18T12:02:15.9530067Z    Compiling lock_api v0.4.14
2026-06-18T12:02:15.9668608Z    Compiling untrusted v0.9.0
2026-06-18T12:02:16.0704175Z    Compiling rustls v0.23.40
2026-06-18T12:02:16.0912612Z    Compiling heck v0.5.0
2026-06-18T12:02:16.1040932Z    Compiling unicode-xid v0.2.6
2026-06-18T12:02:16.1356827Z    Compiling const-oid v0.10.2
2026-06-18T12:02:16.1985594Z    Compiling atomic-waker v1.1.2
2026-06-18T12:02:16.2268859Z    Compiling anyhow v1.0.102
2026-06-18T12:02:16.2457701Z    Compiling parking_lot_core v0.9.12
2026-06-18T12:02:16.2527378Z    Compiling paste v1.0.15
2026-06-18T12:02:16.2601123Z    Compiling zerocopy v0.8.50
2026-06-18T12:02:16.2759311Z    Compiling httparse v1.10.1
2026-06-18T12:02:16.3460651Z    Compiling num-traits v0.2.19
2026-06-18T12:02:16.3540185Z    Compiling hybrid-array v0.4.12
2026-06-18T12:02:16.3740574Z    Compiling curve25519-dalek v4.1.3
2026-06-18T12:02:16.4806674Z    Compiling jobserver v0.1.34
2026-06-18T12:02:16.4948667Z    Compiling crypto-common v0.1.7
2026-06-18T12:02:16.5263309Z    Compiling block-buffer v0.10.4
2026-06-18T12:02:16.5298715Z    Compiling convert_case v0.10.0
2026-06-18T12:02:16.5810775Z    Compiling ahash v0.8.12
2026-06-18T12:02:16.5940726Z    Compiling either v1.16.0
2026-06-18T12:02:16.6131071Z    Compiling base64ct v1.8.3
2026-06-18T12:02:16.6346748Z    Compiling digest v0.10.7
2026-06-18T12:02:16.6562950Z    Compiling fastrand v2.4.1
2026-06-18T12:02:16.6706136Z    Compiling powerfmt v0.2.0
2026-06-18T12:02:16.7720708Z    Compiling cc v1.2.63
2026-06-18T12:02:16.8220646Z    Compiling http-body v1.0.1
2026-06-18T12:02:16.8501068Z    Compiling deranged v0.5.8
2026-06-18T12:02:16.9220687Z    Compiling pem-rfc7468 v1.0.0
2026-06-18T12:02:16.9713760Z    Compiling data-encoding v2.11.0
2026-06-18T12:02:16.9863325Z    Compiling num-conv v0.2.2
2026-06-18T12:02:17.0231070Z    Compiling time-core v0.1.8
2026-06-18T12:02:17.0283617Z    Compiling tinyvec_macros v0.1.1
2026-06-18T12:02:17.0865467Z    Compiling tower-service v0.3.3
2026-06-18T12:02:17.0978353Z    Compiling try-lock v0.2.5
2026-06-18T12:02:17.1422495Z    Compiling vcpkg v0.2.15
2026-06-18T12:02:17.1751132Z    Compiling base64 v0.22.1
2026-06-18T12:02:17.1908325Z    Compiling pkg-config v0.3.33
2026-06-18T12:02:17.1977954Z    Compiling zmij v1.0.21
2026-06-18T12:02:17.2589225Z    Compiling mio v1.2.1
2026-06-18T12:02:17.3159789Z    Compiling socket2 v0.6.4
2026-06-18T12:02:17.3651000Z    Compiling getrandom v0.2.17
2026-06-18T12:02:17.5400572Z    Compiling rand_core v0.6.4
2026-06-18T12:02:17.5769577Z    Compiling rand v0.10.1
2026-06-18T12:02:17.6300661Z    Compiling want v0.3.1
2026-06-18T12:02:17.6530038Z    Compiling tinyvec v1.11.0
2026-06-18T12:02:17.7210432Z    Compiling parking_lot v0.12.5
2026-06-18T12:02:17.7650806Z    Compiling crypto-common v0.2.2
2026-06-18T12:02:17.8833207Z    Compiling block-buffer v0.12.0
2026-06-18T12:02:17.9410749Z    Compiling cmake v0.1.58
2026-06-18T12:02:18.0280676Z    Compiling sha2 v0.10.9
2026-06-18T12:02:18.0660755Z    Compiling inout v0.1.4
2026-06-18T12:02:18.1220970Z    Compiling vergen-lib v9.1.0
2026-06-18T12:02:18.1371132Z    Compiling n0-future v0.3.2
2026-06-18T12:02:18.1463849Z    Compiling crossbeam-utils v0.8.21
2026-06-18T12:02:18.1598221Z    Compiling winnow v1.0.3
2026-06-18T12:02:18.1910775Z    Compiling serde_json v1.0.150
2026-06-18T12:02:18.3038658Z    Compiling spin v0.10.0
2026-06-18T12:02:18.3351447Z    Compiling signature v2.2.0
2026-06-18T12:02:18.3530525Z    Compiling parking v2.2.1
2026-06-18T12:02:18.3707257Z    Compiling httpdate v1.0.3
2026-06-18T12:02:18.3859226Z    Compiling diatomic-waker v0.2.3
2026-06-18T12:02:18.3890935Z    Compiling cordyceps v0.3.4
2026-06-18T12:02:18.4349504Z    Compiling ed25519 v2.2.3
2026-06-18T12:02:18.4645047Z    Compiling cipher v0.4.4
2026-06-18T12:02:18.4811020Z    Compiling futures-lite v2.6.1
2026-06-18T12:02:18.5361079Z    Compiling netlink-packet-core v0.8.1
2026-06-18T12:02:18.5490508Z    Compiling universal-hash v0.5.1
2026-06-18T12:02:18.5961256Z    Compiling digest v0.11.3
2026-06-18T12:02:18.6307651Z    Compiling vergen v9.1.0
2026-06-18T12:02:18.6687059Z    Compiling vergen-lib v0.1.6
2026-06-18T12:02:18.6943399Z    Compiling futures-buffered v0.2.13
2026-06-18T12:02:18.7040330Z    Compiling heapless v0.7.17
2026-06-18T12:02:18.7072799Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-18T12:02:18.7232454Z    Compiling noq-udp v0.10.0
2026-06-18T12:02:18.7251310Z    Compiling sync_wrapper v1.0.2
2026-06-18T12:02:18.7582217Z    Compiling opaque-debug v0.3.1
2026-06-18T12:02:18.8100586Z    Compiling byteorder v1.5.0
2026-06-18T12:02:18.8260501Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-18T12:02:18.8370606Z    Compiling allocator-api2 v0.2.21
2026-06-18T12:02:18.8784269Z    Compiling polyval v0.6.2
2026-06-18T12:02:18.9780674Z    Compiling aws-lc-sys v0.41.0
2026-06-18T12:02:18.9850606Z    Compiling ring v0.17.14
2026-06-18T12:02:19.0010460Z    Compiling libsqlite3-sys v0.30.1
2026-06-18T12:02:19.0320612Z    Compiling hash32 v0.2.1
2026-06-18T12:02:19.0830605Z    Compiling spin v0.9.8
2026-06-18T12:02:19.1530750Z    Compiling vergen-gitcl v1.0.8
2026-06-18T12:02:19.1630373Z    Compiling fallible-iterator v0.3.0
2026-06-18T12:02:19.2484557Z    Compiling signature v3.0.0
2026-06-18T12:02:19.2611064Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-18T12:02:19.2720583Z    Compiling tower-layer v0.3.3
2026-06-18T12:02:19.3349946Z    Compiling num_threads v0.1.7
2026-06-18T12:02:19.3427550Z    Compiling ryu v1.0.23
2026-06-18T12:02:19.3940810Z    Compiling ghash v0.5.1
2026-06-18T12:02:19.4114031Z    Compiling sha2 v0.11.0-rc.5
2026-06-18T12:02:19.4543512Z    Compiling time v0.3.47
2026-06-18T12:02:19.4843338Z    Compiling aes v0.8.4
2026-06-18T12:02:19.5030807Z    Compiling ctr v0.9.2
2026-06-18T12:02:19.5334424Z    Compiling fs2 v0.4.3
2026-06-18T12:02:19.6110382Z    Compiling http-body-util v0.1.3
2026-06-18T12:02:19.6600872Z    Compiling aead v0.5.2
2026-06-18T12:02:19.6670805Z    Compiling openssl-probe v0.2.1
2026-06-18T12:02:19.6830672Z    Compiling crossbeam-channel v0.5.15
2026-06-18T12:02:19.7740505Z    Compiling crossbeam-epoch v0.9.18
2026-06-18T12:02:19.8589136Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-18T12:02:19.8998571Z    Compiling blake3 v1.8.5
2026-06-18T12:02:19.9224394Z    Compiling netlink-packet-route v0.29.0
2026-06-18T12:02:19.9338894Z    Compiling uuid v1.23.2
2026-06-18T12:02:20.0527543Z    Compiling memoffset v0.6.5
2026-06-18T12:02:20.2261097Z    Compiling aes-gcm v0.10.3
2026-06-18T12:02:20.2384817Z    Compiling acto v0.8.2
2026-06-18T12:02:20.2410773Z    Compiling netwatch v0.16.0
2026-06-18T12:02:20.3690700Z    Compiling noq v0.18.0
2026-06-18T12:02:20.4128722Z    Compiling rustix v1.1.4
2026-06-18T12:02:20.4614412Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-18T12:02:20.4764459Z    Compiling tagptr v0.2.0
2026-06-18T12:02:20.5025093Z    Compiling ref-cast v1.0.25
2026-06-18T12:02:20.5401218Z    Compiling xml-rs v0.8.28
2026-06-18T12:02:20.6081081Z    Compiling sorted-index-buffer v0.2.1
2026-06-18T12:02:20.6336230Z    Compiling thiserror v1.0.69
2026-06-18T12:02:20.7631345Z    Compiling mac-addr v0.3.0
2026-06-18T12:02:20.7670608Z    Compiling foldhash v0.2.0
2026-06-18T12:02:20.7671244Z    Compiling rustc-hash v2.1.2
2026-06-18T12:02:20.8166043Z    Compiling lru-slab v0.1.2
2026-06-18T12:02:20.8790654Z    Compiling identity-hash v0.1.0
2026-06-18T12:02:20.9291089Z    Compiling hashbrown v0.16.1
2026-06-18T12:02:21.0041013Z    Compiling synstructure v0.13.2
2026-06-18T12:02:21.0066168Z    Compiling darling_core v0.20.11
2026-06-18T12:02:21.0219721Z    Compiling serde_derive_internals v0.29.1
2026-06-18T12:02:21.0780810Z    Compiling netlink-packet-route v0.30.0
2026-06-18T12:02:21.5950403Z    Compiling proc-macro-crate v3.5.0
2026-06-18T12:02:21.6980551Z    Compiling xmltree v0.10.3
2026-06-18T12:02:21.7209245Z    Compiling errno v0.3.14
2026-06-18T12:02:21.7515850Z    Compiling ioctl-rs v0.1.6
2026-06-18T12:02:21.8290566Z    Compiling serial-core v0.4.0
2026-06-18T12:02:21.8570739Z    Compiling termios v0.2.2
2026-06-18T12:02:21.8700720Z    Compiling aho-corasick v1.1.4
2026-06-18T12:02:21.8842393Z    Compiling simple-dns v0.9.3
2026-06-18T12:02:21.9440718Z    Compiling constant_time_eq v0.4.2
2026-06-18T12:02:21.9660688Z    Compiling smol_str v0.1.24
2026-06-18T12:02:22.0126481Z    Compiling sha1_smol v1.0.1
2026-06-18T12:02:22.0310228Z    Compiling arrayref v0.3.9
2026-06-18T12:02:22.1000443Z    Compiling regex-syntax v0.8.10
2026-06-18T12:02:22.1430904Z    Compiling signal-hook v0.3.18
2026-06-18T12:02:22.2010747Z    Compiling linux-raw-sys v0.12.1
2026-06-18T12:02:22.2535584Z    Compiling toml_write v0.1.2
2026-06-18T12:02:22.2536570Z    Compiling winnow v0.7.15
2026-06-18T12:02:22.2656464Z    Compiling resolv-conf v0.7.6
2026-06-18T12:02:22.2658016Z    Compiling arrayvec v0.7.6
2026-06-18T12:02:22.2805905Z    Compiling simdutf8 v0.1.5
2026-06-18T12:02:22.5890719Z    Compiling serial-unix v0.4.0
2026-06-18T12:02:22.6790772Z    Compiling signal-hook-registry v1.4.8
2026-06-18T12:02:22.7923825Z    Compiling lru v0.16.4
2026-06-18T12:02:22.8947694Z    Compiling darling_core v0.23.0
2026-06-18T12:02:22.9460173Z    Compiling serde_bytes v0.11.19
2026-06-18T12:02:22.9858469Z    Compiling seize v0.5.1
2026-06-18T12:02:23.0714313Z    Compiling serde_derive v1.0.228
2026-06-18T12:02:23.2217783Z    Compiling zeroize_derive v1.4.3
2026-06-18T12:02:23.2422284Z    Compiling tokio-macros v2.7.0
2026-06-18T12:02:23.4220641Z    Compiling futures-macro v0.3.32
2026-06-18T12:02:23.8377244Z    Compiling zeroize v1.8.2
2026-06-18T12:02:24.0530747Z    Compiling zerofrom-derive v0.1.7
2026-06-18T12:02:24.0631462Z    Compiling yoke-derive v0.8.2
2026-06-18T12:02:24.0832054Z    Compiling tokio v1.52.3
2026-06-18T12:02:24.2270616Z    Compiling zerovec-derive v0.11.3
2026-06-18T12:02:24.3900948Z    Compiling displaydoc v0.2.6
2026-06-18T12:02:24.5433365Z    Compiling futures-util v0.3.32
2026-06-18T12:02:24.8060900Z    Compiling tracing-attributes v0.1.31
2026-06-18T12:02:25.2189688Z    Compiling rustls-pki-types v1.14.1
2026-06-18T12:02:25.5183841Z    Compiling thiserror-impl v2.0.18
2026-06-18T12:02:25.5231081Z    Compiling zerofrom v0.1.8
2026-06-18T12:02:25.6469175Z    Compiling yoke v0.8.3
2026-06-18T12:02:25.6890408Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-18T12:02:25.8711071Z    Compiling zerovec v0.11.6
2026-06-18T12:02:25.9730879Z    Compiling zerotrie v0.2.4
2026-06-18T12:02:26.2934396Z    Compiling darling_macro v0.20.11
2026-06-18T12:02:26.3284145Z    Compiling derive_more-impl v2.1.1
2026-06-18T12:02:26.3400922Z    Compiling spez v0.1.2
2026-06-18T12:02:26.4460764Z    Compiling n0-error-macros v0.1.3
2026-06-18T12:02:26.5984848Z    Compiling der v0.8.0-rc.10
2026-06-18T12:02:26.6646956Z    Compiling darling v0.20.11
2026-06-18T12:02:26.6931003Z    Compiling pin-project-internal v1.1.13
2026-06-18T12:02:26.7557380Z    Compiling tinystr v0.8.3
2026-06-18T12:02:26.8380622Z    Compiling potential_utf v0.1.5
2026-06-18T12:02:26.9680757Z    Compiling icu_locale_core v2.2.0
2026-06-18T12:02:27.0310579Z    Compiling icu_collections v2.2.0
2026-06-18T12:02:27.2741368Z    Compiling derive_builder_core v0.20.2
2026-06-18T12:02:27.6169310Z    Compiling n0-error v0.1.3
2026-06-18T12:02:27.8810586Z    Compiling ed25519-dalek v2.2.0
2026-06-18T12:02:28.0058036Z    Compiling spki v0.8.0-rc.4
2026-06-18T12:02:28.1533306Z    Compiling pin-project v1.1.13
2026-06-18T12:02:28.2193801Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-18T12:02:28.2311590Z    Compiling icu_provider v2.2.0
2026-06-18T12:02:28.2670960Z    Compiling spt-proto v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-18T12:02:28.2744372Z    Compiling cobs v0.3.0
2026-06-18T12:02:28.4041049Z    Compiling ipnet v2.12.0
2026-06-18T12:02:28.4750736Z    Compiling futures-executor v0.3.32
2026-06-18T12:02:28.6160612Z    Compiling icu_normalizer v2.2.0
2026-06-18T12:02:28.6300451Z    Compiling icu_properties v2.2.0
2026-06-18T12:02:28.6420476Z    Compiling derive_builder_macro v0.20.2
2026-06-18T12:02:28.6990767Z    Compiling futures v0.3.32
2026-06-18T12:02:28.7720646Z    Compiling ed25519 v3.0.0-rc.4
2026-06-18T12:02:28.8474109Z    Compiling prefix-trie v0.8.4
2026-06-18T12:02:28.9510412Z    Compiling derive_builder v0.20.2
2026-06-18T12:02:29.1726315Z    Compiling once_cell v1.21.4
2026-06-18T12:02:29.3494141Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-18T12:02:29.4316413Z    Compiling tracing-core v0.1.36
2026-06-18T12:02:29.4702060Z    Compiling postcard-derive v0.2.2
2026-06-18T12:02:29.6680763Z    Compiling hashbrown v0.14.5
2026-06-18T12:02:29.6938788Z    Compiling rustls-native-certs v0.8.4
2026-06-18T12:02:29.7310263Z    Compiling strum_macros v0.28.0
2026-06-18T12:02:29.8800127Z    Compiling tokio-util v0.7.18
2026-06-18T12:02:29.9778169Z    Compiling tracing v0.1.44
2026-06-18T12:02:30.0651648Z    Compiling idna_adapter v1.2.2
2026-06-18T12:02:30.1052605Z    Compiling netlink-sys v0.8.8
2026-06-18T12:02:30.1840999Z    Compiling idna v1.1.0
2026-06-18T12:02:30.3290568Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-18T12:02:30.3603362Z    Compiling postcard v1.1.3
2026-06-18T12:02:30.3950785Z    Compiling data-encoding-macro v0.1.20
2026-06-18T12:02:30.4328612Z    Compiling tower v0.5.3
2026-06-18T12:02:30.4659718Z    Compiling iroh-metrics-derive v0.4.1
2026-06-18T12:02:30.4927556Z    Compiling num_enum_derive v0.7.6
2026-06-18T12:02:30.5560832Z    Compiling hashlink v0.9.1
2026-06-18T12:02:30.7268637Z    Compiling url v2.5.8
2026-06-18T12:02:30.8001770Z    Compiling async-trait v0.1.89
2026-06-18T12:02:30.8294063Z    Compiling h2 v0.4.14
2026-06-18T12:02:30.8390720Z    Compiling enum-assoc v1.3.0
2026-06-18T12:02:30.9341437Z    Compiling rusqlite v0.32.1
2026-06-18T12:02:30.9795155Z    Compiling derive_more v2.1.1
2026-06-18T12:02:30.9921591Z    Compiling tokio-stream v0.1.18
2026-06-18T12:02:31.0207610Z    Compiling iroh-metrics v0.38.3
2026-06-18T12:02:31.1455115Z    Compiling iroh-relay v0.98.0
2026-06-18T12:02:31.1770923Z    Compiling netdev v0.42.0
2026-06-18T12:02:31.2320042Z    Compiling n0-watcher v0.6.1
2026-06-18T12:02:31.4450844Z    Compiling netlink-proto v0.12.0
2026-06-18T12:02:31.4527841Z    Compiling moka v0.12.15
2026-06-18T12:02:31.5181565Z    Compiling toml_datetime v0.6.11
2026-06-18T12:02:31.6460763Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-18T12:02:31.6722332Z    Compiling num_enum v0.7.6
2026-06-18T12:02:31.7330722Z    Compiling attohttpc v0.30.1
2026-06-18T12:02:31.7435030Z    Compiling tower-http v0.6.11
2026-06-18T12:02:31.7700819Z    Compiling iroh-base v0.98.0
2026-06-18T12:02:31.7804245Z    Compiling serde_spanned v0.6.9
2026-06-18T12:02:31.8963450Z    Compiling ref-cast-impl v1.0.25
2026-06-18T12:02:31.9103803Z    Compiling thiserror-impl v1.0.69
2026-06-18T12:02:31.9911007Z    Compiling toml_edit v0.22.27
2026-06-18T12:02:32.2897502Z    Compiling spt-store v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-18T12:02:32.4960644Z    Compiling webpki-roots v1.0.7
2026-06-18T12:02:32.5562689Z    Compiling regex-automata v0.4.14
2026-06-18T12:02:32.6390697Z    Compiling schemars_derive v1.2.1
2026-06-18T12:02:32.7628712Z    Compiling strum v0.28.0
2026-06-18T12:02:32.7810654Z    Compiling hmac v0.12.1
2026-06-18T12:02:32.8842666Z    Compiling iroh-dns v0.98.0
2026-06-18T12:02:32.9371572Z    Compiling iroh v0.98.2
2026-06-18T12:02:32.9560766Z    Compiling bitflags v1.3.2
2026-06-18T12:02:33.0217301Z    Compiling dyn-clone v1.0.20
2026-06-18T12:02:33.0430737Z    Compiling pin-utils v0.1.0
2026-06-18T12:02:33.0680639Z    Compiling utf8parse v0.2.2
2026-06-18T12:02:33.1251282Z    Compiling rustix v0.38.44
2026-06-18T12:02:33.1670576Z    Compiling cmov v0.5.4
2026-06-18T12:02:33.1821903Z    Compiling anstyle-parse v1.0.0
2026-06-18T12:02:33.2230510Z    Compiling nix v0.25.1
2026-06-18T12:02:33.3878323Z    Compiling ctutils v0.4.2
2026-06-18T12:02:33.3940344Z    Compiling hkdf v0.12.4
2026-06-18T12:02:33.4550615Z    Compiling backon v1.6.0
2026-06-18T12:02:33.5550475Z    Compiling darling_macro v0.23.0
2026-06-18T12:02:33.5910631Z    Compiling filedescriptor v0.8.3
2026-06-18T12:02:33.6040737Z    Compiling papaya v0.2.4
2026-06-18T12:02:33.7268703Z    Compiling serial v0.4.0
2026-06-18T12:02:33.8111226Z    Compiling anstyle v1.0.14
2026-06-18T12:02:33.8300412Z    Compiling foldhash v0.1.5
2026-06-18T12:02:33.8669417Z    Compiling linux-raw-sys v0.4.15
2026-06-18T12:02:33.8880620Z    Compiling is_terminal_polyfill v1.70.2
2026-06-18T12:02:33.9640446Z    Compiling shell-words v1.1.1
2026-06-18T12:02:34.0750661Z    Compiling colorchoice v1.0.5
2026-06-18T12:02:34.0841041Z    Compiling anstyle-query v1.1.5
2026-06-18T12:02:34.1130851Z    Compiling downcast-rs v1.2.1
2026-06-18T12:02:34.1271010Z    Compiling instability v0.3.12
2026-06-18T12:02:34.1389392Z    Compiling hashbrown v0.15.5
2026-06-18T12:02:34.1568210Z    Compiling anstream v1.0.0
2026-06-18T12:02:34.1663651Z    Compiling signal-hook-mio v0.2.5
2026-06-18T12:02:34.1690321Z    Compiling darling v0.23.0
2026-06-18T12:02:34.1919815Z    Compiling spake2 v0.4.0
2026-06-18T12:02:34.2547862Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-18T12:02:34.3166882Z    Compiling terminal_size v0.4.4
2026-06-18T12:02:34.3391027Z    Compiling strum_macros v0.26.4
2026-06-18T12:02:34.4581033Z    Compiling itertools v0.13.0
2026-06-18T12:02:34.5380757Z    Compiling sha1 v0.10.6
2026-06-18T12:02:34.7160942Z    Compiling schemars v1.2.1
2026-06-18T12:02:34.7388810Z    Compiling toml v0.8.23
2026-06-18T12:02:34.7977983Z    Compiling castaway v0.2.4
2026-06-18T12:02:34.9020911Z    Compiling clap_lex v1.1.0
2026-06-18T12:02:34.9650685Z    Compiling doctest-file v1.1.1
2026-06-18T12:02:35.1830392Z    Compiling indoc v2.0.7
2026-06-18T12:02:35.4889956Z    Compiling spt-msg v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-18T12:02:35.5609960Z    Compiling regex v1.12.3
2026-06-18T12:02:35.6991849Z    Compiling unicode-width v0.1.14
2026-06-18T12:02:35.8213366Z    Compiling static_assertions v1.1.0
2026-06-18T12:02:35.8840817Z    Compiling compact_str v0.8.2
2026-06-18T12:02:35.9836841Z    Compiling spt-runtime v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-18T12:02:36.3210645Z    Compiling unicode-truncate v1.1.0
2026-06-18T12:02:36.4474759Z    Compiling interprocess v2.4.2
2026-06-18T12:02:36.4722611Z    Compiling crossterm v0.28.1
2026-06-18T12:02:36.7980805Z    Compiling hyper v1.10.1
2026-06-18T12:02:36.8105769Z    Compiling strum v0.26.3
2026-06-18T12:02:36.8176433Z    Compiling clap_builder v4.6.0
2026-06-18T12:02:36.9160593Z    Compiling lru v0.12.5
2026-06-18T12:02:37.0686769Z    Compiling clap_derive v4.6.1
2026-06-18T12:02:37.2373276Z    Compiling portable-pty v0.8.1
2026-06-18T12:02:37.3581203Z    Compiling cassowary v0.3.0
2026-06-18T12:02:37.4305685Z    Compiling iana-time-zone v0.1.65
2026-06-18T12:02:37.4560821Z    Compiling unicode-width v0.2.0
2026-06-18T12:02:37.6781151Z    Compiling spt-term v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-18T12:02:37.7358479Z    Compiling ratatui v0.29.0
2026-06-18T12:02:37.7658858Z    Compiling chrono v0.4.45
2026-06-18T12:02:38.0721879Z    Compiling nucleo-matcher v0.3.1
2026-06-18T12:02:38.2140740Z    Compiling qrcode v0.14.1
2026-06-18T12:02:38.2940868Z    Compiling tempfile v3.27.0
2026-06-18T12:02:38.5940693Z    Compiling hyper-util v0.1.20
2026-06-18T12:02:39.0486042Z    Compiling spt-live v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-18T12:02:39.4430821Z    Compiling clap v4.6.1
2026-06-18T12:02:40.6407059Z    Compiling igd-next v0.17.1
2026-06-18T12:02:41.7694561Z    Compiling portmapper v0.16.0
2026-06-18T12:02:46.2351436Z    Compiling rustls-webpki v0.103.13
2026-06-18T12:02:48.5264557Z    Compiling tokio-rustls v0.26.4
2026-06-18T12:02:48.5264983Z    Compiling noq-proto v0.17.0
2026-06-18T12:02:48.5265292Z    Compiling rustls-platform-verifier v0.7.0
2026-06-18T12:02:48.6625864Z    Compiling hickory-net v0.26.0-beta.4
2026-06-18T12:02:48.6626538Z    Compiling hyper-rustls v0.27.9
2026-06-18T12:02:48.6626994Z    Compiling tokio-websockets v0.13.2
2026-06-18T12:02:48.7973898Z    Compiling reqwest v0.13.4
2026-06-18T12:02:49.6571939Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-18T12:03:03.3966290Z    Compiling spt-net v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-18T12:03:04.7299843Z    Compiling spt-daemon v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-18T12:03:11.5130542Z    Compiling spt v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-18T12:03:15.0772592Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-18T12:03:15.0992475Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4dda68cdacb06147)
2026-06-18T12:03:15.1005483Z 
2026-06-18T12:03:15.1005621Z running 1 test
2026-06-18T12:03:21.2841841Z test new_brain_serves_against_old_broker ... ok
2026-06-18T12:03:21.2842303Z 
2026-06-18T12:03:21.2842737Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-18T12:03:21.2843266Z 
2026-06-18T12:03:21.3036389Z Post job cleanup.
2026-06-18T12:03:21.3704758Z [command]/usr/bin/git version
2026-06-18T12:03:21.3769193Z git version 2.43.0
2026-06-18T12:03:21.3811410Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/edc83f09-e603-43d2-822b-a7d096b93415' before making global git config changes
2026-06-18T12:03:21.3812412Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:03:21.3814567Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-18T12:03:21.3844135Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:03:21.3869492Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-18T12:03:21.4057346Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:03:21.4076910Z http.https://github.com/.extraheader
2026-06-18T12:03:21.4084632Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-18T12:03:21.4111364Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-18T12:03:21.4302301Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:03:21.4369309Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-18T12:03:21.4636290Z Cleaning up orphan processes
2026-06-18T12:03:21.5144595Z Terminate orphan process: pid (2183359) (spt)
